home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts13-11
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help - Exchanging control values between views
- Date: Wed, 20 Mar 96 05:28:05 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4io51q$n9v@sam.inforamp.net>
- References: <4imr1n$u3a@onlink3.onlink.net>
- NNTP-Posting-Host: ts34-09.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4imr1n$u3a@onlink3.onlink.net>,
- mtrovare@onlink.net (Marc Trovarello) wrote:
- >There are two views connected to a document both are based on the
- >CFormView class. All that I am trying to do is extract values from
- >one view and placing those values to the other view. Sounds simple,
- >but I'm new to this.
-
- Save the variable in the CDocument class. Then execute the function
- UpdateAllView (I'm not sure of the correct name of this function, but you'll
- find it in the reference docs). Then, in the update view routine of the
- CView, make certain to make the necessary change.
-
-
-
- Agrivar
-
- aka Randy Charles Morin
- MiddleWorld SoftWare
- 1-800-363-3780
-